home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo You should have the DISTRIBUTION disk in drive A:
- echo -
- echo The program will be installed on
- echo your fixed disk, drive c:
- echo ------------------------------------------------------------
- echo If you want the program installed in a
- echo subdirectory of the fixed disk, you must log on to
- echo that subdirectory before running this program.
- echo -
- echo If your disk is not in the correct drive, change it now.
- echo -------------------------------------------------------------
- echo -
- echo Press Control-C to abort this program. Or,
- echo -
- pause
- verify on
- echo on
- copy INTCHECK.exe c:
- echo OFF
- echo -
- echo ----------------------------------------------------------------------------
- echo The messages above the line should indicate that ONE file was copied.
- echo There should be no error messages above this line.
- echo If there are, the install may have been unsuccessful.
- echo ----------------------------------------------------------------------------
- pause
- menu
-